This represents a database which may contain JSON documents A JsonDatabase will normlly be connected to a website and accessed either through a REST api, or server side through js controllers
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| id | long | ||
| name | String | ||
| template | String | ||
| title | String | ||
| notes | String | ||
| createdDate | Date | ||
| createdBy | Profile | ||
| deletedDate | Date | ||
| deletedBy | Profile | ||
| modifiedDate | Date | ||
| modifiedBy | Profile | ||
| owner | Organisation | ||
| website | Website |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| findDoc ( childName ) | JsonDocument |
Hide comments